crypto/tls.serverHelloMsg.cipherSuite (field)
10 uses
crypto/tls (current package)
handshake_client.go#L624: if hs.suite = mutualCipherSuite(hs.hello.cipherSuites, hs.serverHello.cipherSuite); hs.suite == nil {
handshake_client_tls13.go#L209: selectedSuite := mutualCipherSuiteTLS13(hs.hello.cipherSuites, hs.serverHello.cipherSuite)
handshake_messages.go#L717: cipherSuite uint16
handshake_messages.go#L851: b.AddUint16(m.cipherSuite)
handshake_messages.go#L871: !s.ReadUint16(&m.cipherSuite) ||
handshake_server.go#L521: hs.hello.cipherSuite = hs.suite.id
handshake_server.go#L559: hs.hello.cipherSuite = hs.suite.id
handshake_server_tls13.go#L179: hs.hello.cipherSuite = hs.suite.id
handshake_server_tls13.go#L527: cipherSuite: hs.hello.cipherSuite,
![]() |
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |